object fLEDAnalyzer_config: TfLEDAnalyzer_config Left = 225 Top = 197 BorderStyle = bsNone Caption = 'AKA'#39's LED Analyzer Configuration' ClientHeight = 187 ClientWidth = 455 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object iBackground: TImage Left = 0 Top = 0 Width = 455 Height = 189 Picture.Data = {} OnMouseDown = iBackgroundMouseDown OnMouseMove = iBackgroundMouseMove OnMouseUp = iBackgroundMouseUp end object bOK: TExplorerButton Left = 348 Top = 150 Width = 41 Height = 17 Caption = 'OK' Options = [boMonoDisplay, boPopupMark, boShowBevel] UnselectedFontColor = clWhite Font.Color = 9095933 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClick = bOKClick ParentFont = False IBitmap = {} end object bCancel: TExplorerButton Left = 396 Top = 150 Width = 41 Height = 17 Caption = 'Cancel' Options = [boMonoDisplay, boPopupMark, boShowBevel] UnselectedFontColor = clWhite Font.Color = 9095933 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClick = bCancelClick ParentFont = False IBitmap = {} end object sbUpdateFrequency: TScrollBar Left = 128 Top = 19 Width = 307 Height = 8 Min = 2 Position = 10 TabOrder = 0 OnChange = sbUpdateFrequencyChange OnEnter = sbUpdateFrequencyEnter end object sbPeakFalloff: TScrollBar Left = 128 Top = 43 Width = 307 Height = 8 Max = 50 Position = 20 TabOrder = 1 OnChange = sbPeakFalloffChange OnEnter = sbPeakFalloffEnter end object cbLEDColors: TComboBox Left = 128 Top = 68 Width = 307 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 OnChange = cbLEDColorsChange end end